From b96704876d957173c664007725ef23b78280d4e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 3 Oct 2017 17:14:02 +0200 Subject: [PATCH] docs: update with api changes --- docs/index-static.html.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/index-static.html.in b/docs/index-static.html.in index 93522ce..a84422d 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -274,17 +274,16 @@ lab_buffer = malloc (pixel_count * 3 * sizeof (float));

Additional spaces can be loaded from monitor-class matrix+TRC ICC v2 and - v4 profiles. Using babl_space_from_icc (see babl.h for details). The space of - a babl format can be queried with babl_format_get_space, such a space can - also be turned into a compact icc profile for embedding in images with - babl_space_to_icc.

+ v4 profiles. Using babl_icc_make_space (see babl.h for details). The space of + a babl format can also be queried with babl_format_get_space. +

The conversions babl does with ICC profiles are according to what is known as the relative-colorimetric intent, monitor profiles containing both the matrices used by babl and 3d CLUTs (color look up tables) most often also do relative-colorimetric transfer for the "perceptual" intent CLUTs, but with - more flexible and possibly higher accuracy conversions. If babl adds support - for loading and using CLUTs it will be thus the perceptual + a more flexible and possibly higher accuracy conversions. If babl adds support + for loading and using CLUTs it will be thus the perceptual intent will by babl be considered a different albeit more accurate relative-colorimetric RGB space.

-- 2.30.2